home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TPURCHASEFORM / TPURCHASEFORM.txt
Text File  |  1999-03-22  |  3KB  |  157 lines

  1. object PurchaseForm: TPurchaseForm
  2.   Left = 365
  3.   Top = 221
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Recharge Credit Card'
  7.   ClientHeight = 250
  8.   ClientWidth = 319
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label2: TLabel
  19.     Left = 11
  20.     Top = 232
  21.     Width = 199
  22.     Height = 13
  23.     Caption = 'Contacting Server.  Please Wait ...'
  24.     Color = clBtnFace
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentColor = False
  31.     ParentFont = False
  32.   end
  33.   object OkBtn: TButton
  34.     Left = 48
  35.     Top = 192
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'OK'
  39.     TabOrder = 0
  40.     OnClick = OkBtnClick
  41.   end
  42.   object CancelBtn: TButton
  43.     Left = 176
  44.     Top = 192
  45.     Width = 75
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     TabOrder = 1
  50.     OnClick = CancelBtnClick
  51.   end
  52.   object Panel1: TPanel
  53.     Left = 0
  54.     Top = 8
  55.     Width = 319
  56.     Height = 169
  57.     BevelOuter = bvNone
  58.     TabOrder = 2
  59.     object Label1: TLabel
  60.       Left = 11
  61.       Top = 7
  62.       Width = 224
  63.       Height = 13
  64.       Caption = 'Please Enter Your Personal ID Number:'
  65.       Color = clBtnFace
  66.       Font.Charset = DEFAULT_CHARSET
  67.       Font.Color = clBlack
  68.       Font.Height = -11
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = [fsBold]
  71.       ParentColor = False
  72.       ParentFont = False
  73.     end
  74.     object Label3: TLabel
  75.       Left = 11
  76.       Top = 70
  77.       Width = 186
  78.       Height = 13
  79.       Caption = 'Please Enter Amount To Charge:'
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clWindowText
  82.       Font.Height = -11
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = [fsBold]
  85.       ParentFont = False
  86.     end
  87.     object val25label: TLabel
  88.       Left = 72
  89.       Top = 96
  90.       Width = 18
  91.       Height = 13
  92.       Caption = '$25'
  93.     end
  94.     object val50Label: TLabel
  95.       Left = 72
  96.       Top = 120
  97.       Width = 18
  98.       Height = 13
  99.       Caption = '$50'
  100.     end
  101.     object val100label: TLabel
  102.       Left = 72
  103.       Top = 144
  104.       Width = 24
  105.       Height = 13
  106.       Caption = '$100'
  107.     end
  108.     object LocalPinNo: TEdit
  109.       Left = 123
  110.       Top = 32
  111.       Width = 88
  112.       Height = 19
  113.       Color = clWhite
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clBlack
  116.       Font.Height = -11
  117.       Font.Name = 'Lucida Console'
  118.       Font.Style = []
  119.       MaxLength = 5
  120.       ParentFont = False
  121.       PasswordChar = '*'
  122.       TabOrder = 0
  123.       Text = 'LocalPinNo'
  124.     end
  125.     object val25: TRadioButton
  126.       Left = 48
  127.       Top = 94
  128.       Width = 17
  129.       Height = 17
  130.       Checked = True
  131.       TabOrder = 1
  132.       TabStop = True
  133.     end
  134.     object val50: TRadioButton
  135.       Left = 48
  136.       Top = 118
  137.       Width = 17
  138.       Height = 17
  139.       TabOrder = 2
  140.     end
  141.     object val100: TRadioButton
  142.       Left = 48
  143.       Top = 142
  144.       Width = 17
  145.       Height = 17
  146.       TabOrder = 3
  147.     end
  148.   end
  149.   object Timer1: TTimer
  150.     Enabled = False
  151.     Interval = 3000
  152.     OnTimer = DoTimer
  153.     Left = 256
  154.     Top = 40
  155.   end
  156. end
  157.